home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Ad / Mod02 / bikerout.Dir / 00004_straight off.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  239 b   |  8 lines

  1. on mouseDown
  2.   puppetSound("Electo WaterDrop.S")
  3.   updateStage()
  4.   put "straight" into field "direction"
  5.   set the castNum of sprite 4 to the number of cast "straight on"
  6.   set the castNum of sprite 5 to the number of cast "right off"
  7. end
  8.